From 0fa4c39777ecad8efb73326f9df72de637504360 Mon Sep 17 00:00:00 2001 From: "Matteo F. Vescovi" Date: Sat, 31 Mar 2012 19:31:04 +0200 Subject: [PATCH] debian/: gobject introspection disabled Since it used to fail, upstream decided to remove gobject introspection (commits cf55998 and 8a6eff2). Debian packaging configurations are kept and only commented, hoping this support will be re-enabled in the future. Git-Dch: Short --- debian/control | 30 +++++++++++++++--------------- debian/gir1.2-babl-0.1.install | 2 +- debian/libbabl-dev.install | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/debian/control b/debian/control index 638c131..8291d12 100644 --- a/debian/control +++ b/debian/control @@ -71,18 +71,18 @@ Description: Dynamic, any to any, pixel format conversion library (debugging sym also facilitates creation of new and uncommon ones. . This package contains the debugging symbols. - -Package: gir1.2-babl-0.1 -Section: introspection -Architecture: any -Depends: libbabl-0.1-0 (= ${binary:Version}), - ${misc:Depends}, - ${gir:Depends} -Description: GObject introspection data for Babl library - Babl is a dynamic, any to any, pixel format conversion library. It - provides conversions between the myriad of buffer types images can be - stored in. Babl doesn't only help with existing pixel formats, but - also facilitates creation of new and uncommon ones. - . - This package can be used by other packages using the GIRepository format - to generate dynamic bindings. +# +#Package: gir1.2-babl-0.1 +#Section: introspection +#Architecture: any +#Depends: libbabl-0.1-0 (= ${binary:Version}), +# ${misc:Depends}, +# ${gir:Depends} +#Description: GObject introspection data for Babl library +# Babl is a dynamic, any to any, pixel format conversion library. It +# provides conversions between the myriad of buffer types images can be +# stored in. Babl doesn't only help with existing pixel formats, but +# also facilitates creation of new and uncommon ones. +# . +# This package can be used by other packages using the GIRepository format +# to generate dynamic bindings. diff --git a/debian/gir1.2-babl-0.1.install b/debian/gir1.2-babl-0.1.install index e2226a0..5ac77b8 100644 --- a/debian/gir1.2-babl-0.1.install +++ b/debian/gir1.2-babl-0.1.install @@ -1 +1 @@ -usr/lib/*/girepository-1.0/Babl-0.1.typelib usr/lib/girepository-1.0 +#usr/lib/*/girepository-1.0/Babl-0.1.typelib usr/lib/girepository-1.0 diff --git a/debian/libbabl-dev.install b/debian/libbabl-dev.install index 037fca5..5589ed3 100644 --- a/debian/libbabl-dev.install +++ b/debian/libbabl-dev.install @@ -1,4 +1,4 @@ usr/include/ usr/lib/*/libbabl*.so usr/lib/*/pkgconfig/ -usr/share/gir-1.0/Babl-0.1.gir +#usr/share/gir-1.0/Babl-0.1.gir -- 2.30.2